home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Interface / ODEHull.mat < prev    next >
Encoding:
Text File  |  2004-01-05  |  414 b   |  28 lines

  1. // generated file - max export plugin
  2. // origin: ODESphere.max
  3.  
  4. Shader()
  5. {
  6.     sortweight("foreground")
  7.     Nolightmaps()
  8.     Pass()
  9.     {
  10.         tmu()
  11.         {
  12.             Texture()
  13.             {
  14.                 Image("ODEHull.dds")
  15.                 LODBias(-0.5)
  16.             }
  17.             Alphaop("arg2", "texture", "tfactor", "current")
  18.         }
  19.         tfactor(1,1,1,0.25)
  20.  
  21.         BlendFunc("src_alpha", "inv_src_alpha")
  22.         DepthFunc("lequal", 0)        
  23.     }
  24.     Cull("cw")
  25. }
  26.  
  27.  
  28.